home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / dev / c / asynciff.rea < prev    next >
Text File  |  1997-05-03  |  1KB  |  42 lines

  1. Short:    Asyncronous IFFParse operations
  2. Author:   azummo@ita.flashnet.it
  3. Uploader: azummo@ita.flashnet.it
  4. Version:  1.0
  5. Type:     dev/c
  6.  
  7. /*
  8.  
  9.    AsyncIFF.c - This piece of code is Copyright 1997 by Alessandro Zummo,
  10.                 and can be freely used as long as you send me an email.
  11.  
  12.  
  13.    Instructions:
  14.  
  15.    You should #define a macro for ASM, SAVEDS and REG(x) and include this 
  16.    piece of code in your source and then:
  17.  
  18.     1) AllocIFF()
  19.     2) OpenAsync()
  20.     3) InitIFF(IFFHandle, IFFF_FSEEK|IFFF_RSEEK, &IFFHook); instead of InitIFFasDOS
  21.     4) OpenIFF(IFFHandle,IFFREAD) or OpenIFF(IFFHandle,IFFWRITE)
  22.     5) Do your stuff
  23.     6) CloseIFF()
  24.     7) CloseAsync()
  25.     8) FreeIFF()
  26.  
  27.     Don't forget to open the asyncio.library v38.0
  28.  
  29.     Comments to azummo@ita.flashnet.it
  30. */
  31.  
  32.  
  33. ============================= Archive contents =============================
  34.  
  35. Original  Packed Ratio    Date     Time    Name
  36. -------- ------- ----- --------- --------  -------------
  37.     1233     730 40.7% 24-Apr-97 23:45:42  AsyncIFF.info
  38.     1632     744 54.4% 24-Apr-97 23:42:16 +AsyncIFF.c
  39.      764     446 41.6% 24-Apr-97 23:44:18 +AsyncIFF.readme
  40. -------- ------- ----- --------- --------
  41.     3629    1920 47.0% 26-Apr-97 14:57:34   3 files
  42.